home *** CD-ROM | disk | FTP | other *** search
/ Reverse Code Engineering RCE CD +sandman 2000 / ReverseCodeEngineeringRceCdsandman2000.iso / RCE / Library / Manuels & Misc / Assembly / AOA.ZIP / CH19 / SHMVARS.ASM < prev   
Encoding:
Assembly Source File  |  1994-07-17  |  167 b   |  7 lines

  1. ; shmvars.asm
  2. ;
  3. ; This file contains the shared memory variable declarations used by
  4. ; all applications that refer to shared memory.
  5.  
  6. InputLine    byte    128 dup (?)
  7.